home *** CD-ROM | disk | FTP | other *** search
/ MacUser Mac Bin 40 / MACUSER-MACBIN40A-1997-03.ISO.7z / MACUSER-MACBIN40A-1997-03.ISO / DEMO / SecretsJ DEMO / WATER.DIR / 00192_Script_192 < prev    next >
Text File  |  1996-12-02  |  403b  |  18 lines

  1. on mouseUp
  2.    put the membernum of sprite 8 into sp8
  3.   put the membernum of sprite 10 into sp10
  4.   if sp8 = 178 then
  5.     set the membernum of sprite 8 to 171
  6.   else 
  7.     set the membernum of sprite 8 to sp8 +1
  8.   end if
  9.   
  10.   if sp10 = 187 then
  11.     set the membernum of sprite 10 to 180
  12.   else
  13.     set the membernum of sprite 10 to sp10 +1
  14.   end if
  15.   puppetsound 3,323
  16.   updatestage
  17.   
  18. end